Northwoods.GoSilverlight 1.3.5 Assembly
GetCategoryForLink Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : GetCategoryForLink Method

linkdata
This method gets the category of a link.

Syntax

Visual Basic (Declaration) 
Public Function GetCategoryForLink( _
   ByVal linkdata As LinkType _
) As String
C# 
public string GetCategoryForLink( 
   LinkType linkdata
)

Parameters

linkdata

Return Value

a String, defaulting to the empty string

Remarks

This is used for model navigation and graph traversal.

This model assumes that the value will never change.

Requirements

See Also

© 2012 All Rights Reserved.